home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT20.Dxr / 00100.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  554 b   |  22 lines

  1. on enterFrame
  2.   global ayumi, syu, mayu, drink, tired
  3.   puppetSprite(16, 1)
  4.   puppetSprite(17, 1)
  5.   puppetSprite(18, 1)
  6.   puppetSprite(19, 1)
  7.   puppetSprite(20, 1)
  8.   set the castNum of sprite 16 to 238 + ayumi
  9.   set the castNum of sprite 17 to 238 + syu
  10.   set the castNum of sprite 18 to 238 + mayu
  11.   set the castNum of sprite 19 to 249 + drink
  12.   set the castNum of sprite 20 to 249 + tired
  13.   sound stop 2
  14. end
  15.  
  16. on exitFrame
  17.   global volume, slide
  18.   set volume to the soundLevel
  19.   set the visible of sprite 14 to 0
  20.   set the visible of sprite 15 to 0
  21. end
  22.